Q3InteractiveRenderer_SetDoubleBufferBypass
You can use theQ3InteractiveRenderer_SetDoubleBufferBypass
function to set the double buffer bypass state of the interactive renderer.
TQ3Status Q3InteractiveRenderer_SetDoubleBufferBypass ( TQ3RendererObject renderer, TQ3Boolean bypass);
renderer
- An interactive renderer.
bypass
- A Boolean value that indicates the desired double buffer bypass state of the specified interactive renderer.
DESCRIPTION
TheQ3InteractiveRenderer_SetDoubleBufferBypass
function sets the state of double buffer bypassing for the interactive renderer specified by therenderer
parameter to the Boolean value specified by thebypass
parameter.